home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / cmagx301.zip / WC_DOOR.BAT < prev    next >
DOS Batch File  |  1992-04-27  |  769b  |  25 lines

  1. rem  This is a sample WildCat! v3.xx door batch file.  Modify to suit your
  2. rem  system needs, then place in your "home" directory (shown as C:\wc30 in
  3. rem  this example).  The file will be named DOORxx.BAT, where xx equals the
  4. rem  actual door number (i.e. DOOR1.BAT, DOOR5.BAT, etc).
  5.  
  6. c:
  7. cd \wc30\cmagic
  8. cmagic \wc30\wcwork\node1\door.sys
  9.  
  10. rem
  11. rem  Those of you properly using the special WC environment variables,
  12. rem  should make use of them.  They allow you to use ONE batch file
  13. rem  to serve your entire multinode system:
  14.  
  15. c:
  16. cd \wc30\cmagic
  17. cmagic \wc30\wcwork\node%wcnodeid%\door.sys
  18.  
  19. rem  Pre-v3.xx WildCAT systems make use of the CALLINFO.BBS user file.
  20. rem  This would be specified as:
  21.  
  22. c:
  23. cd \wc\cmagic
  24. cmagic \wc\node1\callinfo.bbs
  25.